home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / linux-2.0.34 / networking / ax25.txt < prev    next >
Text File  |  1995-07-04  |  2KB  |  51 lines

  1. This is version 029 of the new AX.25 and NET/ROM code for Linux. It
  2. incorporates many enhancements since the last release, notably the rewriting
  3. of the connected mode IP code and the IP over NET/ROM code. The opportunity
  4. has been taken to add the G8BPQ NET/ROM extensions and to add BPQ Ethernet
  5. support. The latter has been much eased by the use of the new variable
  6. length header code by Alan Cox.
  7.  
  8. To use the BPQ Ethernet option, first up the ethernet interface in the usual
  9. manner, the IP address of the interface is not that important but it will
  10. be required for the ARP table. Next create an ARP entry in the ARP table of
  11. type ax25 for the interface binding it to an AX.25 callsign, this callsign
  12. will be the callsign of that interface. By default BPQ Ethernet uses a
  13. multi-cast address, this implementation does not, instead the standard
  14. ethernet broadcast address is used. Therefore the NET.CFG file for the
  15. ODI driver should look similar to this:
  16.  
  17. ------------------------------ cut here ------------------------------------
  18.  
  19. LINK SUPPORT
  20.  
  21.     MAX STACKS 1
  22.     MAX BOARDS 1
  23.  
  24. LINK DRIVER E2000            ; or other MLID to suit your card
  25.  
  26.     INT 10                ;
  27.     PORT 300            ; to suit your card
  28.  
  29.     FRAME ETHERNET_II
  30.  
  31.     PROTOCOL BPQ 8FF ETHERNET_II    ; required for BPQ - can change PID
  32.  
  33. BPQPARMS                ; optional - only needed if you want
  34.                     ; to override the default target addr
  35.  
  36.     ETH_ADDR  FF:FF:FF:FF:FF:FF    ; Target address
  37.  
  38. ----------------------------- cut here -------------------------------------
  39.  
  40. The above configuration assumes that only BPQ Ethernet is being used.
  41.  
  42. It is not possible to run IP over AX.25 on the BPQ Ethernet port. To simply
  43. route IP frames to (say) eth0 would create standard ethernet IP frames and
  44. completely bypass the AX.25 code. However it is possible to use IP over
  45. NET/ROM across a BPQ Ethernet link, the performance of such a system is
  46. very acceptable indeed.
  47.  
  48. Jonathan Naylor G4KLX
  49.  
  50. g4klx@amsat.org
  51.